GET MAXIMUM PIXEL SHADER VERSION

This command will return the maximum pixel shader version allowed by the current 3D device.

  Syntax
Return Float=GET MAXIMUM PIXEL SHADER VERSION()
  Returns

The return value is a float value.

  Description

The version number is returned as a real value.

  Example Code
set display mode 800,600,32
cls
a=GET MAXIMUM PIXEL SHADER VERSION()
print "MAXIMUM PIXEL SHADER VERSION ",a
do
loop
end
  See also

BASIC3D Commands Menu
Index